GoXam for WPF v3
NodesSource Property (TreeModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : NodesSource Property
Gets or sets the collection of node data items for the model.
Syntax
public IEnumerable NodesSource {get; set;}

Property Value

Initially this value is an empty ObservableCollection. It cannot be set to a null value. For generality, this is of type System.Collections.IEnumerable.
Remarks

This raises a Changed event with a value of ModelChange.ChangedNodesSource.

See Also

Reference

TreeModel<NodeType,NodeKey> Class
TreeModel<NodeType,NodeKey> Members